Upgrade React Native from 0.75.5 to 0.76.9#207
Closed
markmur wants to merge 1 commit into
Closed
Conversation
Following React Native Upgrade Helper template changes: Core Dependencies: - Update React Native core from 0.75.5 to 0.76.9 - Update React Native tooling packages to 0.76.9 - Add missing CLI dependencies (cli, cli-platform-android, cli-platform-ios) Build Tools: - Update Babel core from 7.20.0 to 7.25.2 - Update Babel preset-env from 7.20.0 to 7.25.3 - Update Babel runtime from 7.27.6 to 7.25.0 Android Configuration: - Update buildToolsVersion from 34.0.0 to 35.0.0 - Update minSdkVersion from 23 to 24 (Android 7.0) - Update compileSdkVersion from 34 to 35 - Update SoLoader.init() to use OpenSourceMergedSoMapping - Add OpenSourceMergedSoMapping import iOS Configuration: - Update iOS minimum version to use min_ios_version_supported (15.1) New Architecture: - Keep newArchEnabled=false (disabled for future migration) - Ready for New Architecture when needed All 30 unit tests passing TypeScript compilation successful Dependencies installed successfully
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are you making?
https://react-native-community.github.io/upgrade-helper/?from=0.75.5&to=0.76.9&package=com.shopify.reactnative.checkoutsheetkit&name=ReactNative
Core Dependencies:
New CLI Dependencies Added:
Babel/Build Tools Updated:
Android Configuration:
iOS Configuration:
New Architecture:
PR Checklist
Important
Checklist for releasing a new version
package.jsonfile.Tip
See the Contributing documentation for instructions on how to publish a new version of the library.